home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
comm
/
comm2
/
ctsrc701.lha
/
2ndfmt.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-01
|
461b
|
23 lines
/*
* 2ndfmt.h
*
* Header file for common definitions concerning secondary node lists.
*/
#ifndef SECONDARY_HEADER
#define SECONDARY_HEADER
#include <stdio.h>
#include "sysdep.h"
void NormStr(char *s);
#define BUCKETCOUNT 36
#define VERS_SIZE 20
#define TABLE_VERS 1
#define DUP 0x01
#define FMT_COPYRIGHT "Copyright (c) 1990-1992 by Hue, Jr."
typedef struct
{
UNS_32 offset; /* absolute jump point in file */
}
JumpInfo;
#endif